From: Simon McVittie Date: Mon, 28 Nov 2016 17:24:08 +0000 (+0000) Subject: travis-ci: Run `make distcheck` too X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~42^2~41 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=3d6269ebfb318a51b1714d117f31d8a0dca0eed1;p=ostree.git travis-ci: Run `make distcheck` too ostree is now actively using that mode. Signed-off-by: Simon McVittie Closes: #600 Approved by: cgwalters --- diff --git a/tests/ci-build.sh b/tests/ci-build.sh index 675a9a31..e4ec703b 100755 --- a/tests/ci-build.sh +++ b/tests/ci-build.sh @@ -66,10 +66,10 @@ make="make -j${ci_parallel} V=1 VERBOSE=1" ${make} [ "$ci_test" = no ] || ${make} check || maybe_fail_tests cat test/test-suite.log || : -# TODO: if ostree aims to support distcheck, run that too +[ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests +cat test/test-suite.log || : ${make} install DESTDIR=$(pwd)/DESTDIR - ( cd DESTDIR && find . ) if [ "$ci_sudo" = yes ] && [ "$ci_test" = yes ]; then